home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Builders / BUILDERS / readme.txt < prev   
Encoding:
Text File  |  1998-05-01  |  1.6 KB  |  48 lines

  1. Directory:         ..\XBASESLM\BUILDERS
  2.  
  3. Author:         John Alden
  4. emailname:        v-johnal
  5. Creation Date:    11/4/94
  6.  
  7.  
  8. Description:    This is the primary source directory for the builders. 
  9.  
  10. Files:            BUILDER.VCX/.VCT - main source library for builders
  11.                 
  12.                 BLDLIST.H    }
  13.                 BLDCOMBO.H    } header files for individual builders
  14.                 BLDFORM.H    }
  15.                 BLDCMD.H    }
  16.                 
  17.                 CMBBDCMB.BMP }
  18.                 CMBBDLST.BMP } bitmap files for individual builders
  19.                 FRMBHZ1.BMP  }
  20.                 FRMBVT1.BMP  }
  21.                 
  22. Dependencies:    ..\WIZAPP\BUILDER.PJX/.PJT - builder project files; BUILDER.APP is built from these
  23.                 ..\WZCOMMON\WIZCTRL.VCX    - common wizard/builder control class library
  24.                 ..\WZFORM\WIZSTYLES.VCX    - form builder styles library
  25.                 
  26. Distribution:    The files here are embedded into BUILDER.APP and will not be distributed to target machines.
  27.  
  28.  
  29. Class listing:    BUILDER.VCX
  30. --------------    -----------
  31.         Class:    BuilderTemplate
  32.   Description:    Underlying template for builder forms, analogous to WizardTemplate class for wizards.
  33.  
  34.         Class:  ListBoxBuilder
  35.   Description:    List box builder class. Builder.app creates an instance of this to run the list box builder. 
  36.                   This is a subclass of BuilderTemplate.
  37.  
  38.         Class:    ComboBoxBuilder
  39.   Description:    Combo box builder class. This is a subclass of ListBoxBuilder.
  40.         
  41.         Class:    CommandBuilder
  42.   Description:    Command Button Group builder class.
  43.                   This is a subclass of BuilderTemplate.
  44.  
  45.         Class:    GridTextButton
  46.   Description:    Container for custom control for column 2 of grid in Commandbuilder, page 1.
  47.                   Contains a textbox and a commandbutton.
  48.